home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000370_jaltman@columbia.edu_Mon Nov 3 09:47:50 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Jeffrey Altman <jaltman@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: How do I pass a password in a kermit script
  5. Date: 3 Nov 2003 14:17:02 GMT
  6. Organization: Columbia University
  7. Lines: 20
  8. Message-ID: <bo5o0u$kqm$1@newsmaster.cc.columbia.edu>
  9. References: <f0bb0f39.0310300922.3c050ba8@posting.google.com> <slrnbq2iv8.oe.fdc@sesame.cc.columbia.edu> <m14qxn4nlk.gnus@usa.net>
  10. NNTP-Posting-Host: mango.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1067869022 21334 128.59.59.104 (3 Nov 2003 14:17:02 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 3 Nov 2003 14:17:02 GMT
  14. User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (SunOS/5.9 (sun4u))
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14626
  16.  
  17. those who know me have no need of my name <not-a-real-address@usa.net> wrote:
  18. : in comp.protocols.kermit.misc i read:
  19.  
  20. :>Briefly, SSH is an "external transport protocol" to C-Kermit.  It is the
  21. :>external SSH program that is prompting you for the password, 
  22. : [...]
  23. :>The only sure way to avoid a password prompt is to set up public-private
  24. :>key pairs to allow login without a password, but this has its own risks.
  25.  
  26. : another way is to make use of the agent.
  27.  
  28. ssh-agent requires the use of public-private key pairs.  However, 
  29. public-private key pairs are safer to use than passwords in every 
  30. case because a password is easier to steal and transport between
  31. systems.
  32.  
  33. A properly password protected private key file preloaded into the
  34. ssh-agent will provide stronger security than the embedding of a 
  35. password in a script.
  36.  
  37.